win32: Fix up window_show
authorAlexander Larsson <alexl@redhat.com>
Tue, 25 Oct 2011 12:26:22 +0000 (14:26 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:40:57 +0000 (17:40 +0100)
commit66f7e5d163b1f48eb2f83e4052838872fcee6ecc
tree17248bb651bb90925d4d46bb57f280af7bfe86df
parentaf00c68dd07140a52f65596358be1ffb0fb0605a
win32: Fix up window_show

We don't pass in raise anymore, but already_mapped.
Also, already_mapped must be used rather than MAPPED, as we already
synthesize the MAPPED in the generic code (and thus we don't have
to synthesize it again).
gdk/win32/gdkwindow-win32.c